Introduction

Angular is a component-based framework that is used for developing single page applications employing TypeScript and HTML template language. Typescript is a language that compiles to JavaScript. It is strongly typed, object oriented and compiled language. HTML (Hypertext Markup Language) is the code that is used to structure a web page and its content. CSS (Cascading Style Sheets) is the language we use to style a Web page.

Learning Outcomes

Study Resources

For your study of this topic, use these resources.

Web Articles and Blogs

Video Lessons

Class Lecture

Before-Class Exercises

In-Class Exercises

We will complete the Tour of Heroes app and tutorial and connect to the back-end heroes REST API you have previously completed. This will provide you with the basic foundation of the code that can be used for the term project.

After-Class Exercises